ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / EnumDefaultExportSetting<T> Class / ToJson Method

In This Topic
    ToJson Method (EnumDefaultExportSetting<T>)
    In This Topic
    Converts the enum export setting to a JSON string.
    Syntax
    'Declaration
     
    Public Overrides Function ToJson() As String
    public override string ToJson()

    Return Value

    A JSON System.String representing the enum export setting.
    See Also